home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Learning Windows 98 / Learning Windows 98.iso / Install / program files / Velocity.exe / 0 / RCDATA / TSELECTSKINFORM / TSELECTSKINFORM.txt
Encoding:
Text File  |  1999-05-10  |  552 b   |  28 lines

  1. object SelectSkinForm: TSelectSkinForm
  2.   Left = 335
  3.   Top = 239
  4.   BorderStyle = bsNone
  5.   Caption = 'Select Skin'
  6.   ClientHeight = 220
  7.   ClientWidth = 248
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 248
  21.     Height = 220
  22.     Align = alClient
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     OnClick = ListBox1Click
  26.   end
  27. end
  28.